projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1ca98e
)
moved buttons from edge to inside text
author
Joakim Verona
<joakim@verona.se>
Fri, 16 Jan 2015 21:27:30 +0000
(22:27 +0100)
committer
Joakim Verona
<joakim@verona.se>
Fri, 16 Jan 2015 21:27:30 +0000
(22:27 +0100)
test/xwidget-test-manual.el
patch
|
blob
|
history
diff --git
a/test/xwidget-test-manual.el
b/test/xwidget-test-manual.el
index 85db981a53ee716a4b74ee14dcc4a317bc0a11ff..3732dca4e934299a628fd0a70df96d1a91d21615 100644
(file)
--- a/
test/xwidget-test-manual.el
+++ b/
test/xwidget-test-manual.el
@@
-40,7
+40,7
@@
(define-key (current-local-map) [xwidget-event] 'xwidget-handler-demo-basic))
(xwidget-demo "a-button-bidi"
- (xwidget-insert (
point-min
) 'Button "button" 60 50)
+ (xwidget-insert (
+ 5 (point-min)
) 'Button "button" 60 50)
(set (make-local-variable 'bidi-paragraph-direction) 'right-to-left)
(define-key (current-local-map) [xwidget-event] 'xwidget-handler-demo-basic))